home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page6 / 00220.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  118 b   |  10 lines

  1. on mouseUp
  2.   global door
  3.   if door = 0 then
  4.     go("close")
  5.   end if
  6.   if door = 1 then
  7.     go("close1")
  8.   end if
  9. end
  10.